- delete property
- Вычислительная техника: свойство удаления
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
property rights — In Novell NetWare, characteristics of an object in Novell Directory Services (NDS). Property rights are Add or Delete Self, Compare, Read, Supervisor, and Write … Dictionary of networking
Реализация АВЛ-дерева — Ниже предложены возможная программная реализация АВЛ дерева. Код класса на Object Pascal. unit mAVLTree; interface type TAVLTree = class; TAVLTreeNode = class (TObject) private FKey: Cardinal; FData: TObject; FBalance, FLeftBalance, FRightBalance … Википедия
Operational transformation — Operation Transformation redirects here. For the cross media event, see Operation Transformation (TV series). Operational transformation (OT) is a technology for supporting a range of collaboration functionalities in advanced groupware systems.… … Wikipedia
Red-black tree — A red black tree is a type of self balancing binary search tree, a data structure used in computer science, typically used to implement associative arrays. The original structure was invented in 1972 by Rudolf Bayer who called them symmetric… … Wikipedia
ANT (Apache) — Apache Ant Pour les articles homonymes, voir ant. Ant … Wikipédia en Français
Ant (Apache) — Apache Ant Pour les articles homonymes, voir ant. Ant … Wikipédia en Français
Ant (logiciel) — Apache Ant Pour les articles homonymes, voir ant. Ant … Wikipédia en Français
Apache Ant — Pour les articles homonymes, voir ant. Ant … Wikipédia en Français
Binomial heap — In computer science, a binomial heap is a heap similar to a binary heap but also supporting the operation of merging two heaps quickly. This is achieved by using a special tree structure. It is important as an implementation of the mergeable heap … Wikipedia
Microsoft Visual C++ Name Mangling — is a mangling (decoration) scheme used in Microsoft Visual C++ series of compilers. It provides a way of encoding name and additional information about a function, structure, class or another datatype in order to pass more semantic information… … Wikipedia
Apache Ant — Entwickler Apache Software Foundation Aktuelle Version 1.8.2 (27. Dezember 2010) … Deutsch Wikipedia